home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / COLMNHDR.PAK / COLMNHDR.RC < prev    next >
Text File  |  1997-05-06  |  749b  |  28 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include <owl/owlapp.rc>
  6. #include <owl/except.rc>
  7. #include <owl/window.rh>
  8. #include <owl/inputdia.rc>
  9. #include <owl/validate.rc>
  10. #include <owl/colmnhdr.rc>
  11. #include "colmnhdr.h"
  12.  
  13. IDM_APPMENU MENU
  14. {
  15.  POPUP "&Items"
  16.  {
  17.   MENUITEM "&Add Item...", CM_ADDITEM
  18.   MENUITEM "&Remove Item...", CM_REMOVEITEM
  19.   MENUITEM "Change &Font...", CM_CHANGEFONT
  20.  }
  21.  POPUP "&Notifications"
  22.  {
  23.   MENUITEM "Allow &Resizing", CM_ALLOWRESIZING
  24.   MENUITEM "Allow &Clicking", CM_ALLOWCLICKING
  25.  }
  26. }
  27.  
  28.